From: Axel Neumann Date: Tue, 16 Jun 2015 13:19:15 +0000 (+0200) Subject: bmx6: bump to latest (auto tunOutTimeout) version X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22http:/www.crowdsec.net/%22/%22https:/collectd.org/%22http:/www.crowdsec.net/%22?a=commitdiff_plain;h=c8aa5cd2713a2940ee08cf12ff34609fa251fd52;p=feed%2Frouting.git bmx6: bump to latest (auto tunOutTimeout) version --- diff --git a/bmx6/Makefile b/bmx6/Makefile index 7154484..d215f1b 100644 --- a/bmx6/Makefile +++ b/bmx6/Makefile @@ -31,8 +31,8 @@ PKG_SOURCE_PROTO:=git #PKG_SOURCE_URL:=git://bmx6.net/bmx6.git PKG_SOURCE_URL:=git://github.com/axn/bmx6.git -PKG_REV:=b6107880b5460625b7ce9359dbeac0cfe863f58c -PKG_VERSION:=r2015060501 +PKG_REV:=8f26909e8808ed7fab0359afc15a3e44563fbd40 +PKG_VERSION:=r2015061604 PKG_RELEASE:=4 PKG_SOURCE_VERSION:=$(PKG_REV) @@ -48,7 +48,7 @@ TARGET_CFLAGS += $(FPIC) MAKE_ARGS += \ EXTRA_CFLAGS="$(TARGET_CFLAGS) -I. -I$(STAGING_DIR)/usr/include -DNO_DEBUG_ALL -DNO_DEBUG_DUMP" \ EXTRA_LDFLAGS="-L$(STAGING_DIR)/usr/lib " \ - REVISION_VERSION="$(PKG_REV)" \ + GIT_REV="$(PKG_REV)" \ CC="$(TARGET_CC)" \ INSTALL_DIR="$(PKG_INSTALL_DIR)" \ STRIP="/bin/false" \